home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / battlefi.swf / scripts / frame_636 / PlaceObject2_254_1 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2010-11-09  |  146b  |  11 lines

  1. onClipEvent(load){
  2.    if(_root.weather)
  3.    {
  4.       this.gotoAndStop(random(6) + 2);
  5.    }
  6.    else
  7.    {
  8.       this.gotoAndStop(1);
  9.    }
  10. }
  11.